projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95446c3
)
Added padding to GtkTextLineDisplay struct for an addition of GdkRGBA pointer comming...
author
Tristan Van Berkom
<tristan.van.berkom@gmail.com>
Wed, 9 Feb 2011 19:04:31 +0000
(
04:04
+0900)
committer
Tristan Van Berkom
<tristan.van.berkom@gmail.com>
Wed, 9 Feb 2011 19:04:31 +0000
(
04:04
+0900)
gtk/gtktextlayout.h
patch
|
blob
|
history
diff --git
a/gtk/gtktextlayout.h
b/gtk/gtktextlayout.h
index 4d835324afe5b591a130e8a134d516d184aa9d03..4e9533d0eb78d0c994ca05fd40e984814cdedfba 100644
(file)
--- a/
gtk/gtktextlayout.h
+++ b/
gtk/gtktextlayout.h
@@
-253,7
+253,6
@@
struct _GtkTextLineDisplay
gint bottom_margin;
gint insert_index; /* Byte index of insert cursor within para or -1 */
- gboolean size_only;
GtkTextLine *line;
GdkColor *pg_bg_color;
@@
-262,6
+261,9
@@
struct _GtkTextLineDisplay
guint cursors_invalid : 1;
guint has_block_cursor : 1;
guint cursor_at_line_end : 1;
+ guint size_only : 1;
+
+ gpointer padding1;
};
#ifdef GTK_COMPILATION